@charset "utf-8";

.in_cp_14{
    background: #fff;
    min-height: 150px;
    padding: 40px 0;
}

.in_cp_14_01{
    height: 60px;
    text-align: center;
}
.in_cp_14_01 a{
    display:inline-block;
    padding: 0 20px;
    color: #999999;
    font-size: 16px;
    border-left: 1px solid #dfdcd8;
}
.in_cp_14_01 a:last-child{
    border-right:1px solid #dfdcd8;
}
.in_cp_14_01 a:hover{
    color: #39abff;
}
.in_cp_14_02{
    min-height: 400px;
     border: 1px solid #dfdcd8;
     border-bottom: none;
}

.in_cp_14_03{
    width: 25%;
    height: 290px;
    background: #fff;
    border-right: 1px solid #dfdcd8;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdcd8;
}
.in_cp_14_02 a:nth-child(4n) .in_cp_14_03{
    border-right: none;
}
.in_cp_14_04{
    max-width: 100%;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    transition: all 0.5s;
}
.in_cp_14_04 img{
    max-width: 100%;
    transition: all 0.5s;
    transform: scale(1,1);
}
.in_cp_14_04:hover img{
    transform: scale(1.2,1.2);
    transition: all 0.5s;
}
.in_cp_14_05{
    padding-top: 10px;
    width: calc(100% - 20px);
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    margin: 0 auto;
    text-align: center;
}
.in_cp_14_05:hover{
    color: #00c35e;
}





@media screen and (max-width: 1199px){
    .in_cp_14_03{
        min-height: 150px;
        width: 50%;
        height: auto;
    }
    .in_cp_14_02 a:nth-child(2n) .in_cp_14_03{
    border-right: none;
}
    .in_cp_14_02 {min-height: 230px;width: 90%;}
  }